projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7a630
)
clear-visited-file-modtime doc string fix
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 21:30:40 +0000
(23:30 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 21:30:40 +0000
(23:30 +0200)
* lisp/files.el (clear-visited-file-modtime): Fix possibly
confusing doc string wording (bug#21169).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a252be609ab604bde16e5e0fb5c933e16629b9bc..132ebced1c077aa18c35ea938f7a6bca86f2212d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-5123,7
+5123,7
@@
change the additional actions you can take on files."
\f
(defun clear-visited-file-modtime ()
"Clear out records of last mod time of visited file.
-Next attempt to save will
certainly
not complain of a discrepancy."
+Next attempt to save will not complain of a discrepancy."
(set-visited-file-modtime 0))
(defun not-modified (&optional arg)